バージョン

GetFilterViewModelFromHierarchy(IHierarchy,Int32,Nullable<ExecutionContext>) メソッド

指定した階層に関連するフィルター ビュー モデルを取得します。
シンタックス
'宣言
 
Protected Overloads Overridable Function GetFilterViewModelFromHierarchy( _
   ByVal hierarchy As IHierarchy, _
   ByRef index As Integer, _
   ByRef executionContext As Nullable(Of ExecutionContext) _
) As IFilterViewModel
protected virtual IFilterViewModel GetFilterViewModelFromHierarchy( 
   IHierarchy hierarchy,
   out int index,
   out Nullable<ExecutionContext> executionContext
)

パラメータ

hierarchy
階層。
index
インデックス。
executionContext
IFilterViewModelRows コレクションまたは Columns コレクション内に存在する場合の実行コンテキスト。

戻り値の型

フィルター ビュー モデル。
参照